Gets an array of class Objects that satisfy the filter criteria specified in the request body.
The request body is of type object.
Overview
 |
 |
 |
skip : integer
number of records to skip for pagination
|
 |
limit : integer
maximum number of records to return
|
 |
ObjectID : string
provides a wild card string to filter objects by their objectId.
|
 |
ClassID : string
Class ID for the object provides a wild card string to filter the object list by classId.
|
 |
Description : string
provides a wild card string to filter objects by their description.
| | |
The response body is of type ServerSettings.
results from the call
Overview
 |
ServerSettings
The results of the Settings Get.
 |
MaxReadRequestObjects : number
The maximum number of objects that can be read in one call.
|
 |
MaxWriteRequestObjects : number
The maximum number of objects that can be written in one call.
| |